Papers with instruction-tuned models

37 papers
Scaling Intent Understanding: A Framework for Classification with Clarification using Lightweight LLMs (2026.eacl-industry)

Copied to clipboard

Challenge: Proprietary large-language models (LLMs) assign intents to user utterances without addressing ambiguity.
Approach: They propose a domain-agnostic framework that equips open-source LLMs with the ability to perform intent classification and generate clarification questions in case of ambiguity.
Outcome: The proposed framework performs intent classification and generates clarification questions in case of ambiguity.
A Systematic Study and Comprehensive Evaluation of ChatGPT on Benchmark Datasets (2023.findings-acl)

Copied to clipboard

Challenge: Currently, the evaluation of large language models (LLMs) such as ChatGPT in academic datasets is difficult due to the difficulty of evaluating the generative outputs produced by this model against the ground truth.
Approach: They evaluate ChatGPT across 140 tasks and analyze 255K responses it generates in academic datasets.
Outcome: The proposed model performs well on 140 tasks and generates 255K responses in these datasets.
Plasticity vs. Rigidity: The Impact of Low-Rank Adapters on Reasoning on a Micro-Budget (2026.eacl-srw)

Copied to clipboard

Challenge: Recent advances in mathematical reasoning typically rely on massive scale . yet, can strong reasoning capabilities be induced in small language models under extreme constraints?
Approach: They train small language models with a single GPU for under 24 hours . they find that adapters unlock significant plasticity in standard instruction-tuned models .
Outcome: The proposed model training on a single GPU (48GB) achieves 40% Pass@1 on AIME 24 (an 11.1% improvement over baseline) the model training results show that the adapter capacity and initialization are critical factors.
BUFFET: Benchmarking Large Language Models for Few-shot Cross-lingual Transfer (2024.naacl-long)

Copied to clipboard

Challenge: Recent advances in few-shot generalization in natural language processing focus on English.
Approach: They propose a benchmark that unifies 15 diverse tasks across 54 languages in a sequence-to-sequence format and provides a fixed set of few-shot examples and instructions.
Outcome: The proposed framework unifies 15 diverse tasks across 54 languages in a sequence-to-sequence format and provides a fixed set of few-shot examples and instructions.
Eliciting Instruction-tuned Code Language Models’ Capabilities to Utilize Auxiliary Function for Code Generation (2024.findings-emnlp)

Copied to clipboard

Challenge: Using auxiliary functions to implement functions is important for instruction-tuned models because it reduces the implementation difficulty of a target function compared to implementing them from scratch.
Approach: They propose several ways to provide auxiliary functions to the models by adding them to the query or providing a response prefix to incorporate the ability to utilize auxiliary function with the instruction following capability.
Outcome: The proposed models outperform the recent powerful language models, gpt-4o, in the code generation task.
UNIWIZ: A Unified Large Language Model Orchestrated Wizard for Safe Knowledge Grounded Conversations (2024.findings-acl)

Copied to clipboard

Challenge: Large Language Models (LLMs) have made significant progress in integrating safety and knowledge alignment, but excessive focus on safety alignment can lead to unintended hallucinations.
Approach: They propose a "safety-priming" method to generate synthetic safety data and overcome safety bottlenecks.
Outcome: The proposed framework generates synthetic safety data and overcomes safety bottlenecks.
FuxiTranyu: A Multilingual Large Language Model Trained with Balanced Data (2024.emnlp-industry)

Copied to clipboard

Challenge: Large language models exhibit significant performance discrepancies between high- and low-resource languages.
Approach: They present an open-source multilingual LLM with 8 billion parameters and a multilingual instruction dataset.
Outcome: The proposed model achieves consistent multilingual representations across languages.
Measuring Sycophancy of Language Models in Multi-turn Dialogues (2025.findings-emnlp)

Copied to clipboard

Challenge: Prior research on sycophancy has focused on single-turn factual correctness, overlooking the dynamics of real-world interactions.
Approach: They propose a new evaluation suite that assesses sycophantic behavior in multi-turn, free-form conversational settings.
Outcome: The proposed evaluation suite measures how quickly a model conforms to the user and how frequently it shifts its stance under sustained user pressure.
From Language Modeling to Instruction Following: Understanding the Behavior Shift in LLMs after Instruction Tuning (2024.naacl-long)

Copied to clipboard

Challenge: Large Language Models (LLMs) have achieved remarkable success in aligning with user intentions.
Approach: They develop local and global explanation methods and a feed-forward-based method for input-output attribution to investigate the impact of instruction tuning on user intentions.
Outcome: The proposed method compares explanations from pre-trained and instruction-tuned models . it empowers LLMs to recognize the instruction parts of user prompts, it encourages response generation .
Long-Context Language Modeling with Parallel Context Encoding (2024.acl-long)

Copied to clipboard

Challenge: Existing long-context models degenerate with retrieved contexts.
Approach: They propose a framework that can be applied to existing decoder-only LLMs for context expansion.
Outcome: The proposed framework can be applied to any existing decoder-only LLMs for context expansion.
Demystifying optimized prompts in language models (2025.emnlp-main)

Copied to clipboard

Challenge: Modern language models (LMs) are not robust to out-of-distribution inputs.
Approach: They investigate the composition of machine generated (“optimized”) prompts and the mechanisms by which LMs parse and build predictions from them.
Outcome: The proposed prompts are primarily composed of punctuation and noun tokens, which are more rare in the training data.
Do Prompt-Based Models Really Understand the Meaning of Their Prompts? (2022.naacl-main)

Copied to clipboard

Challenge: Recent studies show that prompts help models to learn faster in the same way that humans learn faster when provided with task instructions expressed in natural language.
Approach: They experiment with 30 prompts manually written for natural language inference (NLI) they find that models can learn just as fast with many irrelevant or pathologically misleading prompts .
Outcome: The proposed model can learn as fast with irrelevant or pathologically misleading prompts as with instructively “good” prompts.
Unlocking Large Audio-Language Models for Interactive Language Learning (2026.findings-eacl)

Copied to clipboard

Challenge: Computer-Assisted Pronunciation Training (CAPT) systems provide unintuitive feedback that lacks actionable guidance.
Approach: They propose to use audio-language models to provide more user-friendly feedback for pronunciation training.
Outcome: The proposed model outperforms baselines on mispronunciation detection and suggestion generation.
Instruction-following Evaluation through Verbalizer Manipulation (2024.findings-naacl)

Copied to clipboard

Challenge: Existing benchmarks focus on common instructions that align well with what the model learned during training, but proficiency in responding to these instructions does not necessarily imply strong ability in instruction following.
Approach: They propose a new instruction-following evaluation protocol called verbalizer manipulation that instructs the model to verbalize the task label with words aligning with model priors to different extents.
Outcome: The proposed protocol can be integrated with any classification benchmark to examine the model’s reliance on priors and its ability to override them to accurately follow the instructions.
Do Prompt Positions Really Matter? (2024.findings-naacl)

Copied to clipboard

Challenge: Prompt-based learning models have a high level of interest due to their ability to perform zero-shot and fewshot tasks.
Approach: They conduct the most comprehensive analysis to date of prompt position for diverse natural language processing tasks.
Outcome: The proposed model is more robust than previous models and is consistent even in instruction-tuned models.
CONTRANS: Weak-to-Strong Alignment Engineering via Concept Transplantation (2025.coling-main)

Copied to clipboard

Challenge: Large language models behave consistently with human goals, values and intentions, but are computationally expensive.
Approach: They propose a framework that enables weak-to-strong alignment transfer via concept transplantation.
Outcome: The proposed framework surpasses instruction-tuned models in terms of truthfulness.
Fine-Tuning Large Language Models with Sequential Instructions (2025.naacl-long)

Copied to clipboard

Challenge: Existing instruction-tuned models struggle to adhere to a query with multiple intentions, which impairs their performance when the completion of several tasks is demanded by a single command.
Approach: They develop an automatic process that turns existing data into diverse and complex task chains and a new benchmark to evaluate a model’s ability to follow all the instructions in a sequence.
Outcome: The proposed model can follow instructions better and deliver higher results in coding, maths, and open-ended generation.
Distilling Instruction-following Abilities of Large Language Models with Task-aware Curriculum Planning (2024.findings-emnlp)

Copied to clipboard

Challenge: Instruction tuning aims to align large language models (LLMs) with open-domain instructions and human-preferred responses.
Approach: They propose a multi-round distillation framework that uses an oracle LLM to select instructions that are difficult for a student LLM.
Outcome: The proposed framework outperforms large language models and user-tuned models on several widely recognized benchmarks and multiple student LLMs.
LLMs for Extremely Low-Resource Finno-Ugric Languages (2025.findings-naacl)

Copied to clipboard

Challenge: Low-resource languages such as those in the Finno-Ugric family are underrepresented in large language models.
Approach: They propose to develop large language models for extremely low-resource languages . they focus on Vro, Livonian, and Komi, which are underrepresented .
Outcome: The proposed models cover almost the entire cycle of creation, from data collection to instruction tuning and evaluation.
Exploring Graph Learning Tasks with Pure LLMs: A Comprehensive Benchmark and Investigation (2026.findings-acl)

Copied to clipboard

Challenge: Recent studies focus on performance benchmarks without fully comparing LLMs to graph learning models.
Approach: They evaluate off-the-shelf and instruction-tuned graph learning models across a variety of scenarios.
Outcome: The proposed models outperform traditional graph learning models in few-shot settings, the authors show . their models out perform models with instruction tuning, and they show excellent generalization and robustness.
Personalize Your LLM: Fake it then Align it (2025.findings-naacl)

Copied to clipboard

Challenge: Existing personalization methods require fine-tuning of large language models for each user, rendering them prohibitively expensive for widespread adoption.
Approach: They propose a retrieval-based personalization approach that uses self-generated personal preference data and representation editing to enable quick and cost-effective personalization.
Outcome: The proposed approach outperforms two personalization baselines by 40% on various tasks.
User-Assistant Bias in LLMs (2026.findings-acl)

Copied to clipboard

Challenge: Modern large language models are typically trained using structured role tags . asymmetries in training data associated with different role tags can potentially introduce inductive biases.
Approach: They propose a task-agnostic benchmark to test user–assistant bias in large language models . they find human-preference alignment amplifies user bias, reasoning fine-tuning reduces it .
Outcome: The proposed benchmark tests show that most instruction-tuned models exhibit strong user bias . human-preference alignment amplifies user bias, while reasoning fine-tuning reduces it.
Achieving Stronger Generation via Simple Contrastive Tuning (2024.findings-emnlp)

Copied to clipboard

Challenge: Recent years have witnessed remarkable progress in large language models (LLMs).
Approach: They propose a framework for contrastive decoding to enhance instruction-tuned models.
Outcome: The proposed framework improves model performance without additional data or computational resources.
EVIT: Event-Oriented Instruction Tuning for Event Reasoning (2024.findings-acl)

Copied to clipboard

Challenge: Large language models (LLMs) have made significant advances in event reasoning . however, smaller instruction-tuned models do not consistently demonstrate exceptional proficiency .
Approach: They propose an event-oriented instruction tuning technique to train a large language model . they propose a structure named event quadruple which contains the structure and semantics of events .
Outcome: The proposed model achieves competitive performances on event reasoning tasks.
HumanEval Pro and MBPP Pro: Evaluating Large Language Models on Self-invoking Code Generation Task (2025.findings-acl)

Copied to clipboard

Challenge: Existing benchmarks for code generation tasks are inadequate, but performance declines on self-invoking tasks.
Approach: They propose a general recipe for generating more challenging versions of existing benchmarks . they propose to use instruction-tuned models to evaluate LLMs on self-invoking code generation tasks .
Outcome: The proposed model improves on humanEval and MBPP but on self-invoking code generation tasks.
Benchmark Profiling: Mechanistic Diagnosis of LLM Benchmarks (2025.emnlp-main)

Copied to clipboard

Challenge: Large Language Models are often judged by their scores on standard benchmarks, yet such scores often overstate real capability since they mask the mix of skills a task actually demands.
Approach: They propose a diagnostic framework that decomposes benchmark performance into ten cognitively grounded abilities and computes an Ability Impact Score (AIS) AIS quantifies how much each ability contributes to a model’s success on a given benchmark.
Outcome: The proposed framework decomposes performance into ten cognitively grounded abilities and computes an Ability Impact Score (AIS) that quantifies how much each ability contributes to a model’s success on a given benchmark.
MeetingQA: Extractive Question-Answering on Meeting Transcripts (2023.acl-long)

Copied to clipboard

Challenge: Meeting transcripts are a promising domain for natural language tasks . lack of annotated data impedes research on other important tasks in this domain .
Approach: They propose an extractive QA dataset comprising questions asked by meeting participants and corresponding responses.
Outcome: The proposed dataset extracts questions asked by meeting participants and corresponding responses from transcripts.
On the Adaptation of Unlimiformer for Decoder-Only Transformers (2024.lrec-main)

Copied to clipboard

Challenge: despite efforts in the community, most common models have a context length of 4k or less.
Approach: They propose to adapt a vector-retrieval augmentation method to decoder-only transformers . they also expand the experimental setup on summarization to include a new task and an instruction-tuned model .
Outcome: The proposed model performs on par with a model with 2x the context length.
Towards Enhancing Coherence in Extractive Summarization: Dataset and Experiments with LLMs (2024.emnlp-main)

Copied to clipboard

Challenge: Existing methods for extractive summarization lack coherence, despite improvements . a human-annotated dataset is used to improve coherency of extractive summary .
Approach: They propose to use human-annotated datasets to create coherent extractive summaries . they use supervised fine-tuning and natural language user feedback to enhance coherence .
Outcome: The proposed dataset shows that LLMs can produce coherent summaries with human feedback.
Merging Triggers, Breaking Backdoors: Defensive Poisoning for Instruction-Tuned Language Models (2026.acl-long)

Copied to clipboard

Challenge: Large Language Models (LLMs) are vulnerable to backdoor attacks, where adversaries poison a small subset of data to implant hidden behaviors.
Approach: They propose a training pipeline that immunizes instruction-tuned LLMs against backdoor attacks.
Outcome: The proposed defenses lower attack success rates while preserving instruction-following ability.
Leveraging In-Context Learning for Political Bias Testing of LLMs (2025.acl-long)

Copied to clipboard

Challenge: Existing probing methods for evaluating LLMs with political questions have limited stability and are unreliable.
Approach: They propose to use human survey data as in-context examples to query LLMs with political questions to evaluate their potential biases.
Outcome: The proposed task improves the stability of question-based bias evaluation and may be used to compare instruction-tuned models to their base versions.
Scaling Behaviors of LLM Reinforcement Learning Post-Training: An Empirical Study in Mathematical Reasoning (2026.acl-long)

Copied to clipboard

Challenge: elucidating scaling laws for large language models (LLMs) during pre-training remains unexplored.
Approach: They characterize how model scale, data, and compute interact during pre-training . they find that large models consistently demonstrate superior compute and data efficiency .
Outcome: The proposed scaling laws offer practical guidance for scaling reasoning capabilities through reinforcement learning post-training.
Truth Knows No Language: Evaluating Truthfulness Beyond English (2025.acl-long)

Copied to clipboard

Challenge: a new benchmark evaluates the truthfulness of large language models (LLMs) based on imitative falsehoods.
Approach: They propose a professionally translated extension of the TruthfulQA benchmark . it evaluates truthfulness in Basque, Catalan, Galician, and Spanish .
Outcome: The proposed extension of the TruthfulQA benchmark evaluates truthfulness in Basque, Catalan, Galician, and Spanish.
Only a Little to the Left: A Theory-grounded Measure of Political Bias in Large Language Models (2025.acl-long)

Copied to clipboard

Challenge: Political biases in language models can affect performance in many applications . political biased models are often left-leaning, but are generally more left- leaning for instruction-tuned models .
Approach: They propose to use the Political Compass Test to measure political bias in language models . they use survey-based evaluation tools to test prompts and classify their political stances .
Outcome: The proposed model is based on the Political Compass Test, but is not scientifically valid.
Large Language Models Are Overconfident in Their Own Responses (2026.findings-acl)

Copied to clipboard

Challenge: Prior work has shown that instruction-tuned large language models are less well calibrated than their base pre-trained counterparts.
Approach: They propose a simple inference-time strategy that frams the model’s answer as user input during confidence elicitation.
Outcome: The proposed approach reduces overconfidence and improves calibration by up to 26% without retraining.
Business as Rulesual: A Benchmark and Framework for Business Rule Flow Modeling with LLMs (2026.acl-long)

Copied to clipboard

Challenge: Existing benchmarks for extracting structured procedural knowledge from unstructured business documents are limited by simplistic schemas and shallow logical dependencies.
Approach: They propose a framework for extracting structured procedural knowledge from unstructured business documents . they propose BREX, a carefully curated benchmark comprising 409 real-world business documents and 2,855 expert-annotated rules .
Outcome: The proposed framework outperforms standard prompts in rule extraction and execution.
Fast-Decoding Diffusion Language Models via Progress-Aware Confidence Schedules (2026.findings-acl)

Copied to clipboard

Challenge: *SchED* is a training-free, model-agnostic early-exit algorithm that terminates diffusion decoding using a progress-aware confidence threshold.
Approach: They propose a training-free, model-agnostic early-exit algorithm that terminates diffusion decoding using a progress-aware confidence threshold.
Outcome: The proposed algorithm achieves 4 speedups on instruction-tuned models while maintaining baseline performance on average.

What is GenGO?

GenGO is an NLP powered publication search system. It currenctly indexes 30k+ papers from ACL Anthology, and implements multi-aspect summarization, semantic search, and more!

Information

About
Limitations